Platform Explorer / Nuxeo Platform 5.8

Component org.nuxeo.ecm.webapp.search.schemas

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.webapp.search.schemas">

  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">

    <doctype name="search_results" extends="Document">
      <schema name="dublincore"/>
      <schema name="common"/>
      <facet name="HiddenInNavigation" />
    </doctype>

  </extension>

</component>